home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19971216-19980424 / 000156_news@newsmaster….columbia.edu _Mon Feb 2 20:38:42 1998.msg < prev    next >
Internet Message Format  |  1998-04-22  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA27437
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 2 Feb 1998 20:38:34 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA09994
  7.     for kermit.misc@watsun; Mon, 2 Feb 1998 20:38:34 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!news-peer.sprintlink.net!news.sprintlink.net!Sprint!newsfeed.internetmci.com!207.5.0.44!nntp.mainstreet.net!bug.rahul.net!rahul.net!a2i!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  9. From: dold@91.usenet.us.com
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Local Printing in Kermit 95
  12. Date: 2 Feb 1998 17:19:23 GMT
  13. Organization: a2i network
  14. Lines: 40
  15. Message-ID: <6b4v6r$dio$1@samba.rahul.net>
  16. References: <6as2jp$5it$1@trog.dra.hmg.gb> <6asnjp$2v0$1@apakabar.cc.columbia.edu>
  17. Reply-To: dold@network.rahul.net
  18. NNTP-Posting-Host: foxtrot.rahul.net
  19. NNTP-Posting-User: dold
  20. X-Newsreader: TIN [version 1.2 PL2]
  21. X-Comment: Encoded From: line allows replies that preserve original subject
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8339
  23.  
  24. Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  25.  
  26. : So what should Kermit do when it receives the "stop printing" sequence?  If
  27. : this were a real terminal, there would not be any question -- it would
  28. ...
  29. : But in Windows matters are a bit murkier, because we are going through
  30. : who-knows-how-many layers of printer drivers, spoolers, buffers, etc, and
  31. : possibly also accessing the printer through a network.  So if Kermit simply
  32. : stopped printing, then what would make the page come out of the printer?  So
  33. : Kermit must "close" the print job when it gets a "stop printing" command.
  34.  
  35. Another example of Kermit being written too correctly ;-)
  36.  
  37. This is analogous to printer timeouts in a Netware environment.  Properly
  38. written programs "close" the printer when they are done.  Poorly written
  39. programs do not, so Netware has a spooling timeout available.  No data for
  40. a certain length of time causes the spooled printer to close.
  41. too short a timeout causes the same problem our poster is complaining
  42. about, albeit from a different source.
  43.  
  44. Perhaps Kermit could be coded with an option not to "close" the printer.
  45. Gack!
  46.  
  47. Let's see, what do I find at the Command Prompt under "Set Printer"?
  48. Hey!  End-of-Job-String...  Whatzat?
  49. Not in the book, maybe in d:\Kermit-95\Docs\updates.txt
  50.  
  51. Well that isn't the fix, but section 7.5 mentions exactly what we need,
  52. a TIMEOUT option.  I didn't backtrack to see what version brought in this
  53. feature.  You should look in updates.txt, and if it isn't there, download
  54. the update(s).
  55.  
  56. Accomodating devils, those K-95 authors.
  57. Workarounds for all the goofiness that we are forced to live with in the
  58. real world of "legacy" systems.
  59.  
  60. -- 
  61. ---
  62. Clarence A Dold - dold@network.rahul.net
  63.                 - Pope Valley & Napa CA.